home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
lang
/
lisp
/
stk-3.002
/
stk-3
/
STk-3.1
/
Contrib
/
STk-wtour
/
lessons
/
checkbutton.stk
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-08-24
|
189 b
|
10 lines
;; A checkbutton widget
(checkbutton '.c1 :text "Select me" :anchor "w")
(pack .c1 :fill "x")
;; Shorter ...
(pack
(checkbutton '.c2 :text "Select me too" :anchor "w")
:fill "x")